[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
VS_DictStru() Returns a structure of a given database file
Description:
VS_DictStru() will return a structure of a database as a
multi-dimensional array (in the same format as dbStruct()).
Syntax:
a_DictStru = VS_DictStru( c_DbfName )
Pass:
c_DbfName is a character expression representing the database to
retrieve the structure for.
Return:
a_DictStru is a multi-dimensional array containing the structure
of the specified database. a_DictStru will be in the same format
as the array returned by dbStruct().
Notes:
Example:
a_DictStru = VS_DictStru( "VENDOR" )
Usage:
See Also:
Data
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson